﻿2026-06-16T04:57:28.0037222Z ##[group]Run actions/checkout@v5
2026-06-16T04:57:28.0037991Z with:
2026-06-16T04:57:28.0038303Z   repository: SaberMage/spt-core
2026-06-16T04:57:28.0041628Z   token: ***
2026-06-16T04:57:28.0041927Z   ssh-strict: true
2026-06-16T04:57:28.0042219Z   ssh-user: git
2026-06-16T04:57:28.0042535Z   persist-credentials: true
2026-06-16T04:57:28.0043087Z   clean: true
2026-06-16T04:57:28.0043409Z   sparse-checkout-cone-mode: true
2026-06-16T04:57:28.0043756Z   fetch-depth: 1
2026-06-16T04:57:28.0044047Z   fetch-tags: false
2026-06-16T04:57:28.0044357Z   show-progress: true
2026-06-16T04:57:28.0044689Z   lfs: false
2026-06-16T04:57:28.0044962Z   submodules: false
2026-06-16T04:57:28.0045270Z   set-safe-directory: true
2026-06-16T04:57:28.0045743Z ##[endgroup]
2026-06-16T04:57:28.2005990Z Syncing repository: SaberMage/spt-core
2026-06-16T04:57:28.2007946Z ##[group]Getting Git version info
2026-06-16T04:57:28.2008478Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-16T04:57:28.2388924Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T04:57:28.2622967Z git version 2.43.0.windows.1
2026-06-16T04:57:28.2655234Z ##[endgroup]
2026-06-16T04:57:28.2664196Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\633eefb5-8ce5-40fc-8e93-158b63c1a46d\.gitconfig'
2026-06-16T04:57:28.2680929Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\633eefb5-8ce5-40fc-8e93-158b63c1a46d' before making global git config changes
2026-06-16T04:57:28.2681902Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T04:57:28.2686955Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-16T04:57:28.2941090Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-16T04:57:28.3149784Z https://github.com/SaberMage/spt-core
2026-06-16T04:57:28.3178026Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T04:57:28.3182492Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T04:57:28.3383407Z refs/heads/main
2026-06-16T04:57:28.3409041Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-16T04:57:28.3739132Z HEAD is now at 93754408 docs: document the post-install adapter-activation step (F-005)
2026-06-16T04:57:28.4005358Z ##[endgroup]
2026-06-16T04:57:28.4008486Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-16T04:57:28.7807543Z ##[group]Cleaning the repository
2026-06-16T04:57:28.7810594Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-16T04:57:30.7009940Z Removing target/
2026-06-16T04:57:30.7046041Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-16T04:57:30.7524667Z HEAD is now at 93754408 docs: document the post-install adapter-activation step (F-005)
2026-06-16T04:57:30.7552686Z ##[endgroup]
2026-06-16T04:57:30.7556978Z ##[group]Disabling automatic garbage collection
2026-06-16T04:57:30.7562099Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-16T04:57:30.7803891Z ##[endgroup]
2026-06-16T04:57:30.7804337Z ##[group]Setting up auth
2026-06-16T04:57:30.7810434Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T04:57:30.8039440Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T04:57:31.1925293Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T04:57:31.2162025Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T04:57:31.5978676Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T04:57:31.6208198Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T04:57:31.9842597Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-16T04:57:32.0144151Z ##[endgroup]
2026-06-16T04:57:32.0144743Z ##[group]Fetching the repository
2026-06-16T04:57:32.0152367Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d8cb7d5539100647d9a8958696275d551689047c:refs/remotes/pull/16/merge
2026-06-16T04:57:32.7965790Z From https://github.com/SaberMage/spt-core
2026-06-16T04:57:32.7966335Z  + f1c91a95...d8cb7d55 d8cb7d5539100647d9a8958696275d551689047c -> pull/16/merge  (forced update)
2026-06-16T04:57:32.8101653Z ##[endgroup]
2026-06-16T04:57:32.8102759Z ##[group]Determining the checkout info
2026-06-16T04:57:32.8103239Z ##[endgroup]
2026-06-16T04:57:32.8108061Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-16T04:57:32.8398445Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-16T04:57:32.8628572Z ##[group]Checking out the ref
2026-06-16T04:57:32.8632823Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/16/merge
2026-06-16T04:57:32.9408133Z Previous HEAD position was 93754408 docs: document the post-install adapter-activation step (F-005)
2026-06-16T04:57:32.9408772Z HEAD is now at d8cb7d55 Merge 221c0e7ff427f5a001ad47991c21c5e4aa18dd98 into 93754408a9612092dc85597cbe11efa28642f2fa
2026-06-16T04:57:32.9438569Z ##[endgroup]
2026-06-16T04:57:32.9730461Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-16T04:57:32.9976542Z d8cb7d5539100647d9a8958696275d551689047c
